home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / helppcb.arc / HLPTS < prev    next >
Text File  |  1990-07-06  |  2KB  |  55 lines

  1.  
  2. (TS) Message Text Search - Function Help
  3. ----------------------------------------
  4.  
  5. Subcommands:
  6.  
  7.            (F)    selects only messages left by you
  8.            (Y)    selects only messages left for you
  9.            (S)    selects messages above the last one you have read
  10.            (A)    scan messages in all conferences
  11.            (L)    read in backwards order from the last message to the first
  12.            (C)    capture the messages found to a file for download
  13.            (D)    implies a (C)apture and immediately downloads
  14.            (Z)    implies a (D)ownload but compresses the file before
  15.            (NS)   displays text in non-stop mode
  16.            (RM+)  re-read "memorized" message number plus forward read
  17.            (RM-)  re-read "memorized" message number plus backwards read
  18.            (##+)  scan messages from a selected number forward
  19.            (##-)  scan messages from a selected number backward
  20.            (USER) selects only those message to or from the specified user
  21.  
  22. Description:  Allows searching the messages on the system to find messages
  23.               that match the search criteria that you provide.
  24.  
  25. Examples:
  26.  
  27.   * TS A 1+ <enter>
  28.     PCBoard & LANtastic <enter>
  29.  
  30.     The above commands will search thru every available message in ALL
  31.     conferences areas you are set to scan for any message that has both
  32.     the word "PCBoard" AND the word "LANtastic" in it.
  33.  
  34.   * TS A 1+ <enter>
  35.     PCBoard & (LANtastic | DESQview) <enter>
  36.  
  37.     The above commands will search thru every available message in ALL
  38.     conferences areas you are set to scan for any message that has both
  39.     the word "PCBoard" AND either the word "LANtastic" OR the word
  40.     "DESQview" in it.
  41.  
  42.     The parenthesis tell PCBoard how you want to group your criteria if
  43.     you have a complex search request such as the one above.  It will
  44.     allow for nearly any number of parens and any combination of AND's
  45.     (using the "&" character) and OR's (using the "|" character).
  46.  
  47.   * TS A 1+ USER JOHN DOE <enter>
  48.     PCBoard & Help <enter>
  49.  
  50.     The above command (similar to examples above) adds the keyword USER
  51.     to the command line specifying that only messages that are either
  52.     TO or FROM John Doe should be displayed if they are found to have
  53.     both the words PCBoard and Help in them.
  54.  
  55.